home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / applied / remove < prev    next >
Text File  |  2001-04-06  |  552b  |  19 lines

  1. SYNOPSIS
  2.         int remove(void)
  3.  
  4. DESCRIPTION
  5.         remove() does some housekeeping to ensure consistency and then
  6.         destruct the current object.
  7.  
  8.         This lfun is not applied by the parser, but by other objects
  9.         to tell the current object to self-destruct. remove() should
  10.         be supplied by the base classes of the library.  Return 1 if
  11.         actually self-destructed, 0 otherwise.
  12.  
  13. NOTE
  14.         Your actual mudlib may name this lfun differently, "remove" is
  15.         just the traditional name.
  16.  
  17. SEE ALSO
  18.         destruct(E)
  19.